'Declaration
Public Overloads Shared Function FormatDate( _ ByVal d As Nullable(Of Date), _ ByVal f As Utils.DateFormat _ ) As String
'Usage
Dim d As Nullable(Of Date) Dim f As Utils.DateFormat Dim value As String value = Utils.FormatDate(d, f)
public static string FormatDate( Nullable<DateTime> d, Utils.DateFormat f )
public: static string* FormatDate( Nullable<DateTime> d, Utils.DateFormat f )
public: static String^ FormatDate( Nullable<DateTime> d, Utils.DateFormat f )
Parameters
- d
- f